home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / pc_kd353.arc / REG.BAT < prev    next >
DOS Batch File  |  1989-02-21  |  423b  |  15 lines

  1. echo off
  2. if %1!==p! goto PRINTREG
  3. if %1!==P! goto PRINTREG
  4. type kd_reg.txt
  5. pause
  6. menu
  7. :printreg
  8. echo ┌──────────────────────────────────────────────────────────────┐
  9. echo │ Registration information is about to be sent to your printer │
  10. echo │ Prepare your printer                                         │
  11. echo └──────────────────────────────────────────────────────────────┘
  12. pause
  13. copy kd_reg.txt prn:
  14. menu
  15.